home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / hyper.dir / 00041.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  142 b   |  12 lines

  1. on exitFrame
  2.   if rollOver(3) then
  3.     go("exit")
  4.     exit
  5.   else
  6.     if rollOver(4) then
  7.       go("more")
  8.       exit
  9.     end if
  10.   end if
  11. end
  12.